User::with('user_profile')->get();
User::with('user_profile')->where('id',$user_id)->first();